home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / srctab.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  146b  |  10 lines

  1. #ifndef __srctab_h_
  2. #define __srctab_h_
  3.  
  4. #include "structs.h"
  5.  
  6. int regsrc( struct sourcefile* );
  7. struct sourcefile *findsrc( int fname );
  8.  
  9. #endif
  10.